| Package | Description |
|---|---|
| negotiator | |
| negotiator.analysis | |
| negotiator.protocol | |
| negotiator.qualitymeasures | |
| negotiator.qualitymeasures.logmanipulation |
| Modifier and Type | Method and Description |
|---|---|
static double |
NegotiationOutcome.getFYU(java.lang.String agentX,
BidSpace bidSpace)
Gets the Full Yield Utility of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
static BidSpace |
BidSpaceCache.getBidSpace(UtilitySpace... spaces)
Method used to load a BidSpace.
|
| Modifier and Type | Field and Description |
|---|---|
protected BidSpace |
BilateralAtomicNegotiationSession.bidSpace |
| Modifier and Type | Method and Description |
|---|---|
double |
OpponentModelMeasures.calculateKalaiDiff(BidSpace estimatedBS)
Calculates the absolute difference between the estimated Kalai point and the
real Kalai point.
|
double |
OpponentModelMeasures.calculateNashDiff(BidSpace estimatedBS)
Calculates the absolute difference between the estimated Nash point and the
real Nash point.
|
double |
OpponentModelMeasures.calculateParetoFrontierDistance(BidSpace estimatedBS)
This methods calculates the Pareto frontier distance using the following steps:
1.
|
double |
OpponentModelMeasures.calculatePercCorrectlyEstimatedParetoBids(BidSpace estimatedBS)
Calculate the amount of real Pareto bids which have been found by the opponent model.
|
double |
OpponentModelMeasures.calculatePercIncorrectlyEstimatedParetoBids(BidSpace estimatedBS)
Calculate the percentage of bids in the estimated Pareto bids which is really
Pareto optimal.
|
| Constructor and Description |
|---|
TrajectoryMeasures(ArrayListXML<BidPointTime> arrayListXML,
ArrayListXML<BidPointTime> arrayListXML2,
BidSpace bidSpace) |
| Constructor and Description |
|---|
UtilityMeasures(BidSpace bidSpace) |